home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CBASE102.ARJ / CBDDLP.RME < prev    next >
Text File  |  1991-09-23  |  3KB  |  105 lines

  1. ----------------------------------------------------------------------
  2. | Citadel                                                            |
  3. | 241 East Eleventh Street * Brookville, IN 47012 * 317-647-4720     |
  4. |                                               BBS 317-647-2403     |
  5. ----------------------------------------------------------------------
  6.  
  7. cbddlp is distributed in a single compressed file cbddlRL.zip; R and L
  8. would be the release and level numbers, respectively.  The ZIP data
  9. compression utilities are needed to extract the individual files.
  10.  
  11. The following files are obtained by decompressing cbddlRL.zip:
  12.  
  13.   cbddlp.rme  preliminary information
  14. rlsnotes.txt  release notes
  15. makefile      UNIX makefile
  16.   cbddlp.h    cbddlp header file
  17.  cbddlpl.l    cbddlp lex source
  18.   cbddlp.y    cbddlp yacc source
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.                                                      Citadel  91/09/23
  53. ----------------------------------------------------------------------
  54. | cbddlp - cbase data definition language processor                  |
  55. | Version 1.0.3                                                      |
  56. ----------------------------------------------------------------------
  57.  
  58. ======================================================================
  59. COPYRIGHT
  60.  
  61. Copyright (c) 1989 Citadel
  62. All Rights Reserved
  63.  
  64. Citadel
  65. 241 East Eleventh Street
  66. Brookville, IN 47012
  67. 317-647-4720
  68. BBS 317-647-2403
  69.  
  70. The source code for cbddlp is provided only to registered cbase users.
  71. cbddlp may, however, be distributed in any binary executable format as
  72. part of an evaluation copy of cbase.
  73.  
  74. ======================================================================
  75. INSTALLATION INSTRUCTIONS
  76.  
  77. The supplied makefile is for UNIX System V, and may require
  78. modification for use with other operating systems and other make
  79. utilities.
  80.  
  81.                                  UNIX
  82.      1. Install cbase.
  83.      2. Copy the following files from the rolodeck example program to
  84.         the directory containing cbddlp: basstr.h, cvtss.c
  85.      3. In cbddlp.h, set PATHDLM to the path delimiter character for
  86.         the operating system being used (e.g., '/' for UNIX or '\\'
  87.         for DOS).
  88.      4. In makefile, set BINDIR to the directory where cbddlp should
  89.         be installed (e.g., /usr/bin for UNIX).
  90.      5. Compile cbddlp.
  91.              $ make cbddlp
  92.      6. Install cbddlp.  Depending on the permission settings for
  93.         BINDIR, this will probably require superuser status.
  94.              $ make install
  95.      7. Extract and print the reference manual.
  96.              $ make man
  97.              $ lp cbddlp.man
  98.  
  99. cbddlp can be made to recognize user-defined database data types as
  100. predefined types by simply adding an entry to typtbl in cbddlp.y.
  101.  
  102.  
  103.  
  104.                                                      Citadel  91/09/23
  105.